Hash.new-{-hash-key-hash[key]-=-..-}-(Has).sublime-snippet (240B)
1 <snippet> 2 <content><![CDATA[Hash.new { |${1:hash}, ${2:key}| ${1:hash}[${2:key}] = $0 }]]></content> 3 <tabTrigger>Hash</tabTrigger> 4 <scope>source.ruby</scope> 5 <description>Hash.new { |hash, key| hash[key] = .. }</description> 6 </snippet>